home *** CD-ROM | disk | FTP | other *** search
- -- card: 53723 from stack: in
- -- bmap block id: 53975
- -- flags: 0000
- -- background id: 2808
- -- name: hexagon7
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: A003
- -- rect: left=356 top=290 right=312 bottom=456
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Continue
- ----- HyperTalk script -----
- on mouseUp
- go to card "hexpac"
- end mouseUp
-
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: A003
- -- rect: left=51 top=290 right=312 bottom=151
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Go Back
- ----- HyperTalk script -----
- on mouseUp
- Go to card "cluster"
- end mouseUp
-
-
-
- -- part 3 (button)
- -- low flags: 00
- -- high flags: A003
- -- rect: left=191 top=289 right=312 bottom=318
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Replay Animation
- ----- HyperTalk script -----
- on mouseUp
- put 1 into variable
- repeat 7
- put"hexagon" & variable into animation
- go to card animation
- wait 15
- add 1 to variable
- end repeat
- end mouseUp
-
-